home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-18 | 522 b | 23 lines | [TEXT/R*ch] |
- // (c) copyright 1995,1996, Jon Kalb, Liberty Software
- // Kalb@LibertySoft.com
- // You may freely incorporate this code into any machine-
- // readable project. You may modify this code, but you may
- // not remove this statement.
-
- #ifndef _STREAMSTRUCTSMAC_
- #define _STREAMSTRUCTSMAC_
-
- #include <iostream.h>
- #include <QuickDraw.h>
-
- // inserters
-
- ostream &operator<<(ostream &stream, const Point &rhs);
-
- ostream &operator<<(ostream &stream, const Rect &rhs);
-
- ostream &operator<<(ostream &stream, const BitMap &rhs);
-
-
- #endif
-